home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / schedule.sit / Scheduler Help / background_2759.txt < prev    next >
Text File  |  1988-02-12  |  3KB  |  139 lines

  1. -- background: 2759 from stack: in
  2. -- bmap block id: 5287
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   show menubar
  9.   push recent card
  10. end openBackground
  11.  
  12.  
  13. -- part 2 (field)
  14. -- low flags: 01
  15. -- high flags: 0004
  16. -- rect: left=10 top=33 right=291 bottom=260
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 2
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25.  
  26.  
  27. -- part 3 (field)
  28. -- low flags: 01
  29. -- high flags: 0004
  30. -- rect: left=269 top=33 right=289 bottom=505
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 0
  34. -- font id: 2
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: 
  39.  
  40.  
  41. -- part 6 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=229 top=296 right=321 bottom=256
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 1014 / 1014
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Prev
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   visual effect wipe right
  56.   go to previous card
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 7 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=271 top=296 right=321 bottom=298
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 1013 / 1013
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect wipe left
  76.   go to next card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 8 (button)
  82. -- low flags: 00
  83. -- high flags: 0000
  84. -- rect: left=14 top=302 right=331 bottom=46
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 21700 / 21700
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: Home
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect iris open
  96.   go Home
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 9 (button)
  102. -- low flags: 00
  103. -- high flags: 8000
  104. -- rect: left=407 top=290 right=342 bottom=494
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 21060 / 21060
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: Table of Contents
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect dissolve
  116.   go to card id 2918
  117. end mouseUp
  118.  
  119.  
  120.  
  121. -- part 10 (button)
  122. -- low flags: 00
  123. -- high flags: 8000
  124. -- rect: left=65 top=293 right=340 bottom=120
  125. -- title width / last selected line: 0
  126. -- icon id / first selected line: 18814 / 18814
  127. -- text alignment: 1
  128. -- font id: 0
  129. -- text size: 12
  130. -- style flags: 0
  131. -- line height: 16
  132. -- part name: Schedule
  133. ----- HyperTalk script -----
  134. on mouseUp
  135.   go to stack "Scheduler"
  136. end mouseUp
  137.  
  138.  
  139.